home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / motifpg2.zip / XMenu1 < prev    next >
Text File  |  1992-07-03  |  942b  |  44 lines

  1. !
  2. ! Appearance Resources
  3. !
  4. *quit.label:    Quit
  5. *label.label:    This is a Pretend Main Window; Press in here.
  6. *menulabel.label: MAIN MENU
  7. !
  8. ! make all entries in menu same width 
  9. ! (needs adjusting for longest entry)
  10. !
  11. *menulabel.width:    135
  12. *menubox.Command.width:  135
  13. !
  14. ! Pane Strings
  15. !
  16. *menupane0.label:  View Next
  17. *menupane1.label:  View Previous
  18. *menupane2.label:  Delete
  19. *menupane3.label:  Move
  20. *menupane4.label:  Copy
  21. *menupane5.label:  Unmark
  22. *menupane6.label:  View In New
  23. *menupane7.label:  Reply
  24. *menupane8.label:  Forward
  25. *menupane9.label:  Use As Comp
  26. !
  27. ! make Box leave no space around Command widgets in menu
  28. !
  29. *pshell.Box.hSpace: 0
  30. *pshell.Box.vSpace: 0
  31. !
  32. ! Functional Resources
  33. !
  34. *menubox.Command.translations:\
  35.     <EnterWindow>:    highlight()    \n\
  36.     <LeaveWindow>:     reset()        \n\
  37.     <BtnUp>:    set() notify() unset()
  38. *label.translations:\
  39.     <BtnDown>:    placeMenu() XtMenuPopup(pshell)
  40. *pshell.translations:\
  41.     <BtnUp>:    XtMenuPopdown(pshell)
  42.  
  43.  
  44.